구독자수
268,000
조회수
76,421,846
비디오수
4,543
댓글 사람수
292,828
댓글수
293,020
3,436
긍정 댓글 (비율)
92,242 (31%)
중립 댓글 (비율)
23,650 (8%)
부정 댓글 (비율)
177,079 (60%)
youtube_sentiment = transpose(sentiment_ojs) // Create a dropdown menu of the youtube viewof youtubeDropdown = Inputs.select( youtube_sentiment.map(d => d.videoId), { label: "동영상 선택하세요", unique: true } )
html`<iframe width="560" height="315" src=${`https://www.youtube.com/embed/${youtubeDropdown}`} title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" referrerpolicy="strict-origin-when-cross-origin" allowfullscreen> </iframe>`
Inputs.table( youtube_sentiment.filter(d => d.videoId === youtubeDropdown), { layout: "auto", columns: ["긍정", "부정", "중립", "댓글수", "긍정비율", "중립비율", "부정비율"] } )